home *** CD-ROM | disk | FTP | other *** search
/ Champak 49 / Volume 49 - JOGO DISK .iso / Games / hungerstrike.swf / scripts / DefineSprite_509 / frame_30 / DoAction.as
Encoding:
Text File  |  2007-09-28  |  176 b   |  14 lines

  1. stop();
  2. var page = 1;
  3. close_btn.onRelease = function()
  4. {
  5.    if(!gameStarted)
  6.    {
  7.       gotoAndStop("main");
  8.    }
  9.    else
  10.    {
  11.       gotoAndStop("pause");
  12.    }
  13. };
  14.